home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000199_news@newsmaster….columbia.edu _Wed Oct 29 11:08:42 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA09459
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Oct 1997 11:08:38 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA06490
  7.     for kermit.misc@watsun; Wed, 29 Oct 1997 11:08:37 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!howland.erols.net!newsfeed.internetmci.com!198.108.1.18!aanews.merit.net!news.si.com!young_mike.si.com
  9. From: tillman_brian.no.junk@si.com (Brian Tillman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Funky display of VMS editor in kermit...
  12. Date: 29 Oct 97 15:27:02 GMT
  13. Organization: Smiths Industries
  14. Lines: 20
  15. Message-ID: <345755c6.0@news.si.com>
  16. References: <34569B4B.F328E2FF@earthlink.net>
  17. NNTP-Posting-Host: challenger.si.com
  18. Mime-Version: 1.0
  19. Content-Type: Text/Plain; charset=US-ASCII
  20. X-Newsreader: WinVN 0.99.8 (beta 2)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7980
  22.  
  23. In article <34569B4B.F328E2FF@earthlink.net>, pearson@earthlink.net says...
  24. >
  25. >K-95> sho term
  26. >Terminal parameters:
  27. >   Bytesize: Command: 8 bits              Terminal: 7 bits
  28.  
  29. I think this last setting is your problem.  TPU is expected to send/receive 
  30. eight bits because your terminal is set to eight bits, but Kermit is dropping 
  31. the uppermost bit, since you've told it to sedn/receive on seven of the eight 
  32. bits.  EDT works because it uses only seven bit escape sequences.  TPU adjusts 
  33. according to the /EIGHTBIT setting, sending seven bit control sequences for 
  34. terminals set /NOEIGHTBIT and eight bit control sequences for terminals set 
  35. /EIGHTBIT.
  36. -- 
  37.  Brian Tillman                   Internet: tillman_brian at si.com
  38.  Smiths Industries, Inc.                   tillman at swdev.si.com
  39.  4141 Eastern Ave., MS239        Addresses modified to prevent
  40.  Grand Rapids, MI 49518-8727     SPAM.  Replace "at" with "@"
  41.         This opinion doesn't represent that of my company
  42.